SIntRemove
SIntRemove Remove an element from the interrupt queue
#include <Slots.h> Device Manager
OSErr SIntRemove(sIntQElemPtr, theSlot );
SQElemPtr sIntQElemPtr; address of an element be removed
short theSlot ; value of the slot number where the element resides
returns Error Code; 0=no error
SIntRemove removes an element from the interrupt queue for a particular
card slot on the bus.
sIntQElemPtr points to the element being removed from the interrupt queue for a
given slot.
theSlot is the location on the bus where the element is being removed
Returns: an operating system Error Code. It will be one of:
noErr (0) No error
slotNumErr (-360) invalid slot # error